home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / README.TXT next >
Text File  |  1996-04-15  |  9KB  |  259 lines

  1. =========================================================
  2.      PROGRAMMING WINDOWS 95 WITH MFC BY JEFF PROSISE
  3.                       COMPANION CD
  4.            COPYRIGHT (C) 1996 BY JEFF PROSISE
  5. =========================================================
  6.  
  7. This companion CD contains the sample source code and
  8. executable files of the examples presented in Programming
  9. Windows 95 with MFC by Jeff Prosise.
  10.  
  11.  
  12.  
  13. Contents:
  14.  
  15.          Part 1.   If You Encounter Problems
  16.          Part 2.   Installing the Source Code
  17.  
  18.  
  19. ===< Part 1: If You Encounter Problems >=================
  20.  
  21.  
  22. TRUNCATED FILENAMES IN WINDOWS 95
  23. ---------------------------------
  24. If you receive "file not found" errors or if you see truncated
  25. filenames (such as \Code\Chap08\MainFram.cpp instead of 
  26. \Code\Chap08\MainFrame.cpp), you are likely using an older 
  27. or incompatible CD-ROM driver. MS-DOS (or real-mode) CD-ROM
  28. drivers cannot read long filenames.
  29.  
  30. If MainFrame.cpp is truncated on your computer, please contact
  31. your CD-ROM manufacturer for an updated, Windows 95 compatible
  32. CD-ROM driver.
  33.  
  34.  
  35.  
  36. SHORTENED FILENAMES
  37. -------------------
  38.  
  39. This CD-ROM contains a number of files that have long
  40. filenames. Windows NT 3.51 and older CD-ROM drivers for
  41. Windows 95 will see these filenames as short filenames
  42. ending with a tilde (~) and a number instead of the 
  43. proper long filename.
  44.  
  45. It is imperative to rename these short filenames back
  46. to their original names before compiling any of the
  47. projects. (The  projects will not properly find the
  48. dependent files unless this step is taken.)
  49.  
  50.  
  51. The following is a list of all long filenames on this
  52. CD-ROM:
  53.  
  54.  
  55.                                        Short name      Long name
  56.  
  57. Chap08\Paint4
  58.  
  59. 04/05/96  11:00p                 2,129 MAINFR~1.CPP    MainFrame.cpp
  60. 04/05/96  11:00p                   459 MAINFR~1.H      MainFrame.h
  61. 04/05/96  11:00p                 3,157 PAINT4~1.CPP    Paint4Doc.cpp
  62. 04/05/96  11:00p                   895 PAINT4~1.H      Paint4Doc.h
  63. 04/05/96  11:00p                 2,449 PAINT4~2.CPP    Paint4View.cpp
  64. 04/05/96  11:00p                   746 PAINT4~2.H      Paint4View.h
  65.  
  66.  
  67. Chap09\Paint5
  68.  
  69. 04/05/96  11:00a                 2,315 MAINFR~1.CPP    MainFrame.cpp
  70. 04/05/96  11:00a                   574 MAINFR~1.H      MainFrame.h
  71. 04/05/96  11:00p                 3,157 PAINT5~1.CPP    Paint5Doc.cpp
  72. 04/05/96  11:00p                   895 PAINT5~1.H      Paint5Doc.h
  73. 04/05/96  11:00p                 2,805 PAINT5~2.CPP    Paint5View.cpp
  74. 04/05/96  11:00p                   801 PAINT5~2.H      Paint5View.h
  75.  
  76.  
  77. Chap09\Paint6
  78.  
  79. 04/05/96  11:00a                 2,712 MAINFR~1.CPP    MainFrame.cpp
  80. 04/05/96  11:00a                   615 MAINFR~1.H      MainFrame.h
  81. 04/05/96  11:00p                 3,157 PAINT6~1.CPP    Paint6Doc.cpp
  82. 04/05/96  11:00p                   895 PAINT6~1.H      Paint6Doc.h
  83. 04/05/96  11:00p                 2,805 PAINT6~2.CPP    Paint6View.cpp
  84. 04/05/96  11:00p                   801 PAINT6~2.H      Paint6View.h
  85.  
  86.  
  87. Chap09\Paint7
  88.  
  89. 04/05/96  11:00a                 1,827 MAINFR~1.CPP    MainFrame.cpp
  90. 04/05/96  11:00a                   418 MAINFR~1.H      MainFrame.h
  91. 04/05/96  11:00p                 3,157 PAINT7~1.CPP    Paint7Doc.cpp
  92. 04/05/96  11:00p                   895 PAINT7~1.H      Paint7Doc.h
  93. 04/05/96  11:00p                 2,805 PAINT7~2.CPP    Paint7View.cpp
  94. 04/05/96  11:00p                   801 PAINT7~2.H      Paint7View.h
  95.  
  96.  
  97. Chap10\EZPrint
  98.  
  99. 04/05/96  11:00p                   272 EZPRIN~1.CPP    EZPrintDoc.cpp
  100. 04/05/96  11:00p                   256 EZPRIN~1.H      EZPrintDoc.h
  101. 04/05/96  11:00p                   989 EZPRIN~2.CPP    EZPrintView.cpp
  102. 04/05/96  11:00p                   383 EZPRIN~2.H      EZPrintView.h
  103.  
  104.  
  105. Chap11\MyWord
  106.  
  107. 04/05/96  11:00p                 2,131 MAINFR~1.CPP    MainFrame.cpp
  108. 04/05/96  11:00p                   566 MAINFR~1.H      MainFrame.h
  109. 04/05/96  11:00p                 1,127 MYWORD~1.CPP    MyWordDoc.cpp
  110. 04/05/96  11:00p                   413 MYWORD~1.H      MyWordDoc.h
  111. 04/05/96  11:00p                 3,863 MYWORD~2.CPP    MyWordView.cpp
  112. 04/05/96  11:00p                   969 MYWORD~2.H      MyWordView.h
  113.  
  114.  
  115. Chap12
  116.  
  117. 04/11/96  09:54a        <DIR>          BITMAP~1        BitmapDemo
  118. 04/11/96  09:54a        <DIR>          LIVEPA~1        LivePalette
  119. 04/11/96  09:54a        <DIR>          PALETT~1        PaletteDemo
  120. 04/11/96  09:54a        <DIR>          REGION~1        RegionDemo
  121.  
  122.  
  123. Chap12\BitmapDemo
  124.  
  125. 04/05/96  11:00p                 8,215 BITMAP~1.CPP    BitmapDemo.cpp
  126. 04/05/96  11:00p                26,624 BITMAP~1.EXE    BitmapDemo.exe
  127. 04/05/96  11:00p                 1,101 BITMAP~1.H      BitmapDemo.h
  128. 04/05/96  11:00p                 6,614 BITMAP~1.MAK    BitmapDemo.mak
  129. 04/05/96  11:00p                     0 BITMAP~1.MDP    BitmapDemo.mdp
  130. 04/05/96  11:00a                   552 BITMAP~1.RC     BitmapDemo.rc
  131.  
  132.  
  133. Chap12\LivePalette
  134.  
  135. 04/05/96  11:00p                 4,568 LIVEPA~1.CPP    LivePalette.cpp
  136. 04/05/96  11:00p                20,992 LIVEPA~1.EXE    LivePalette.exe
  137. 04/05/96  11:00p                   759 LIVEPA~1.H      LivePalette.h
  138. 04/05/96  11:00p                 6,041 LIVEPA~1.MAK    LivePalette.mak
  139. 04/05/96  11:00p                     0 LIVEPA~1.MDP    LivePalette.mdp
  140.  
  141.  
  142. Chap12\PaletteDemo
  143.  
  144. 04/05/96  11:00p                 4,176 PALETT~1.CPP    PaletteDemo.cpp
  145. 04/05/96  11:00p                20,992 PALETT~1.EXE    PaletteDemo.exe
  146. 04/05/96  11:00p                   696 PALETT~1.H      PaletteDemo.h
  147. 04/05/96  11:00p                 6,041 PALETT~1.MAK    PaletteDemo.mak
  148. 04/05/96  11:00p                     0 PALETT~1.MDP    PaletteDemo.mdp
  149.  
  150.  
  151. Chap12\RegionDemo
  152.  
  153. 04/05/96  11:00p                 2,316 REGION~1.CPP    RegionDemo.cpp
  154. 04/05/96  11:00p                18,944 REGION~1.EXE    RegionDemo.exe
  155. 04/05/96  11:00p                   409 REGION~1.H      RegionDemo.h
  156. 04/05/96  11:00p                 6,003 REGION~1.MAK    RegionDemo.mak
  157. 04/05/96  11:00p                     0 REGION~1.MDP    RegionDemo.mdp
  158.  
  159.  
  160. Chap12\Vista
  161.  
  162. 04/05/96  11:00p                 1,622 MAINFR~1.CPP    MainFrame.cpp
  163. 04/05/96  11:00p                   524 MAINFR~1.H      MainFrame.h
  164. 04/05/96  11:00p                 1,839 VISTAV~1.CPP    VistaView.cpp
  165. 04/05/96  11:00p                   435 VISTAV~1.H      VistaView.h
  166.  
  167.  
  168. Chap13\Wanderer
  169.  
  170. 04/05/96  11:00p                 7,720 DRIVEV~1.CPP    DriveView.cpp
  171. 04/05/96  11:00p                   864 DRIVEV~1.H      DriveView.h
  172. 04/05/96  11:00p                 1,869 MAINFR~1.CPP    MainFrame.cpp
  173. 04/05/96  11:00p                   609 MAINFR~1.H      MainFrame.h
  174.  
  175.  
  176. Chap14\MTDemo
  177.  
  178. 04/05/96  11:00p                 2,814 MAINFR~1.CPP    MainFrame.cpp
  179. 04/05/96  11:00p                   724 MAINFR~1.H      MainFrame.h
  180.  
  181.  
  182.  
  183. REPLACEMENT CD
  184. --------------
  185. If you require a replacement CD, please call
  186.  
  187.          Microsoft Sales and Service
  188.          1-800-426-9400
  189.  
  190. Every effort has been made to ensure the accuracy of this
  191. book and the contents of the companion disc. If you have
  192. comments, questions, or ideas regarding this book or the
  193. companion disc, please write to Microsoft Press at the
  194. following address:
  195.  
  196.          Attn.:  Programming Windows 95 with MFC Editor
  197.          Microsoft Press
  198.          One Microsoft Way
  199.          Redmond, WA  98052-6399
  200.  
  201. You can also send feedback to Microsoft Press via electronic
  202. mail at mspinput@microsoft.com. Please note that product
  203. support is not offered through this e-mail address. 
  204.  
  205.  
  206.  
  207. ===< Part 2: Installing the Source Code >===============
  208.  
  209.  
  210.  
  211. INSTALLING THE PROGRAMMING WINDOWS 95 WITH MFC FILES
  212. UNDER WINDOWS 95
  213.  
  214. To install the Programming Windows 95 with MFC files
  215. under Windows 95, follow these steps:
  216.  
  217. 1.  From the Windows 95 desktop, click the Start button.
  218.  
  219. 2.  Choose the Run menu item.
  220.  
  221. 3.  In the Run dialog box, click the Browse button.
  222.  
  223. 4.  In the Browse dialog box, navigate to the root
  224.     directory of the companion CD-ROM.
  225.  
  226. 5.  Click the SETUP.EXE icon.
  227.  
  228. 6.  Click the Open button.
  229.  
  230. 7.  When the Run dialog box reappears, click OK, and
  231.     follow the onscreen instructions.
  232.  
  233.  
  234.  
  235. INSTALLING THE PROGRAMMING WINDOWS 95 WITH MFC FILES
  236. UNDER WINDOWS NT
  237.  
  238. If you are running Windows NT, you can install the
  239. Programming Windows 95 with MFC files by following
  240. these steps:
  241.  
  242. 1.  From Program Manager, choose the Run item from the 
  243.     File menu.
  244.  
  245. 2.  In the Run dialog box, type in
  246.  
  247.     x:\NT\SETUP.EXE
  248.  
  249.     Substitute the drive letter of your CD-ROM for 'x.'
  250.  
  251. 3.  Click OK.
  252.  
  253. 4.  Follow the onscreen instructions.
  254.  
  255.  
  256.  
  257. ===<End of README.TXT>==============================
  258.  
  259.